home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 January / Gamestar_69_2005-01_dvd.iso / Dema / mortyr2_demo.exe / {app} / effects / snowlight.fx < prev   
Encoding:
Text File  |  2004-09-08  |  480 b   |  26 lines

  1.  
  2. vector lhtR;    // kierunek swiatla, dla zgodnosci (tu nie uzywam)
  3. vector lPos;    // pozycja swiatla (we wspolrzednych mesha!)
  4. vector vCPS;    // pozycja kamery (w swiecie)
  5. vector lCol;    // kolor swiatla odbicia (dla dot3s)
  6.  
  7. matrix mWld;    // World
  8. matrix mTot;    // Total
  9.  
  10. texture tDif;   // Tekstura glowna
  11. texture tDf3;   // Normal map
  12.  
  13. vector lAmb;    // kolor ambientu
  14.  
  15. vector sDir; // sky dir
  16. vector sCol; // sky col
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24. technique tec1
  25. }